/* page header/title */
﻿
/*
viewport widths
	sm - 480
	md - 768
	lg - 992
	xl - 1200
*/

.container .alert
{
   color: #a94442;
    
}

.bgBlue{
	background:#345b89;
}

.bgGreen{
	background:#28A949;
}

.total{
	color:#28A949;
	font-weight:bold;
}

.fgDarkBlue{
	color:#003751;
    font-weight:bold;
}
.fgBoldBlack,
.fgBoldBlack label
{
	color: #000;
    font-weight:bold;
}

.fgBlack,
.fgBlack label	/* for checkboxes, etc. inside List */
{
	color: #000;
}

.opacity-6 {
    opacity: 1.0;
    filter: brightness(50%);
}

.greenLink{
	color: #28A949;
}

.w-80 {
	width: 80% !important;
}
.w-90 {
	width: 90% !important;
}
.mw-90 {
	max-width: 90% !important;
}

.tablePadding {
	padding: 0 20px;
}

.tablePaddingLg {
	padding: 20px;
}

.tablePaddingMd {
	padding: 0 15px 0 0;
}

.tablePaddingSm {
	padding: 0 10px 0 0;
}

.horizontal-scroll {
	overflow: scroll;
	overflow-x: scroll;
	overflow-y: hidden;
}


a.anchor {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}

.oRed{
	border:1px solid maroon;
}
.oGreen{
	border:1px solid forestgreen;
}
.oBlue{
	border:1px solid navy;
}
.oWhite{
	border:1px solid white;
}
.oPurple{
	border:1px solid purple;
}
.oYellow{
	border:1px solid yellow;
}
.oGrey{
	border:1px solid #DCDCDC;
}

.space-right{
	padding-right:1em;
}

.space-left {
	padding-left:1em;
}


/* TOP for overlays */

/* small */
@media (min-width: 480px) {
    .top-abs-p20 {
        top:5%;
    }
}
/* medium */
@media (min-width: 768px) {
    .top-abs-p20 {
        top:10%;
    }
}
/* large */
@media (min-width: 992px) {
    .top-abs-p20 {
        top:20%;
    }
}
/* xlarge */
@media (min-width: 1200px) {
    .top-abs-p20 {
        top:20%;
    }
}


/* page header/title */
/* small */
@media (min-width: 480px) {
	.no-title-padding-top {
		padding-top:1em;
	}
}
/* medium */
@media (min-width: 768px) {
	.no-title-padding-top {
		padding-top:1em;
	}
}
/* large */
@media (min-width: 992px) {
	.no-title-padding-top {
		padding-top:60px !important;
	}
}

/* xlarge */
@media (min-width: 1200px) {
	.no-title-padding-top {
		padding-top:0px !important;
	}
}

/* xsmall */
@media (min-width: 360px) {
	.dbg-size {
		color:#000;
		font-weight:bold;
		background-color:magenta;
		position:relative;
		width:auto;
		right:0;
		bottom:-6px;
		text-align:center;
	}
	.dbg-size:before {
	  content: "x-small";
	}
	.hide-sm {
		display:none;
	}
	.showMobile {
		display:block;
		margin-left:2.2em;
		font-weight:bold;
	}

	/* title will be in header with hamburger menu */
	.containerTitle,
	.containerTitleSub,
	.containerTitleAdmin {
		display: none;
	}

	.containerTitleContent {
		display: block;
		padding: 16px 1em 16px 1em;
		background-color: #eef1f2;
		font-family: "ff-tisa-web-pro", serif;
		font-size: 20px;
		line-height:26px;
		font-weight: bold;
		color: #063751;
		text-align: center;
		align-items: center;
		margin-top: 5px !important;
	}

	.containerTitleSubNote {
		display: block;
		background-color: #eef1f2;
	    font-family: "proxima-nova", sans-serif;
	    font-size: 12px;
		font-weight: bold;
		color: #000;
		font-style:italic;
		width: 100%;
		text-align: center;
		align-items: center;
        margin-top:0px;
        padding-top:20px;
        padding-bottom:16px;
	}

}


/* small */
@media (min-width: 480px) {
	.dbg-size {
		color:#000;
		font-weight:bold;
		background-color:lightblue;
		position:relative;
		width:auto;
		right:0;
		bottom:-6px;
		text-align:center;
	}
	.dbg-size:before {
	  content: "small";
	}
	.hide-sm {
		display:none;
	}

	.showMobile {
		display:block;
		margin-left:2.2em;
		font-weight:bold;
	}

	/* title will be in header with hamburger menu */
	.containerTitle,
	.containerTitleAdmin {
		display: none;
	}

	.containerTitleContent {
		display: block;
		padding: 20px 3em 20px 3em;
		background-color: #eef1f2;
		font-family: "ff-tisa-web-pro", serif;
		font-size: 24px;
		line-height:30px;
		font-weight: bold;
		color: #063751;
		text-align: center;
		align-items: center;
		margin-top: 5px !important;
	}

	.containerTitleSub {
		border:0px solid red;
		display: block;
		padding: 50px 0 20px 0;
		background-color: #eef1f2;
	    font-family: "proxima-nova", sans-serif;
	    font-size: 16px;
		color: #000;
		text-align: center;
		align-items: center;

        margin-top:0px;
        padding-top:20px;
        padding-bottom:10px;
	}

	.containerTitleSubNote {
		display: block;
		background-color: #eef1f2;
	    font-family: "proxima-nova", sans-serif;
	    font-size: 12px;
		font-weight: bold;
		color: #000;
		font-style:italic;
		width: 100%;
		text-align: center;
		align-items: center;
        margin-top:0px;
        padding-top:10px;
        padding-bottom:16px;
	}

}

@media(max-width: 990px) {
	.containerTitle {
		display: none;
	}

	.img-full-left {
		/*
		background: #565656 !important;
		background:#28A949 !important;
		*/
		background-image: url(/images/CE/HEADER_BKGRND-X-SMALL.png);
		height:100%;
		background-size:cover;
		background-repeat:no-repeat;
	}
}

.header-full-md {
	/*
		2022.07.06 - removed
	background-image: url(../Img/HEADER_BKGRND-X-SMALL.png) !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	*/
}

@media(min-width: 992px) {
	.img-full-left {
		background-image: url(/images/CE/ECFA_CE_Header.jpg?v=3);
		background-size: cover;
		background-position: left;
		background-repeat: no-repeat;
		height: 180px;
	}
}

.excel-logo-text {
	color: #fff;
	font-size: 2em;
}

@media(max-width: 768px) {

/*	DA 
	.img-full-left {
		background: #565656 !important;
	}*/

	.borderLineLeft {
		display: none;
	}
}

.textbox {
	width: 75%;
}


.indexPrimary {
	z-index: 100 !important;
}

.indexSecondary {
	z-index: 1 !important;
}

.nav-mobile-text {
	color: #fff;
}

.nav-mobile-bg {
	background-color: #565656 !important;
}

.nav-bg .navbar-toggler .navbar-toggler-icon {

}

.hamburger-menu-bg {
	background-color: #32598a !important
}

.nav-bg {
	background-color: transparent !important;
}

.nav-bg.color-changed {
	background-color: #565656 !important;
}

@media(max-width: 576px) {
/*	.img-full-left {
		height: 120px;
		background: rgb(54,172,69);
		background: linear-gradient(146deg, rgba(54,172,69,1) 52%, rgba(40,133,58,1) 88%);
	}*/

	.excel-logo-text {
		color: #fff;
		font-size: 1.5em;
	}

	.bookDescription {
		width: 75%;
		margin-left: auto;
		margin-right:auto;
	}
}

@media(max-width: 400px) {
	.bookDescription {
		width: 100%;
	}
}

.borderLineLeft {
	height: 100%;
	width: 1px;
	background: #ffffff;
}


.social-icons-i {
	display: inline-block;
	width: 44px;
	height: 44px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* medium */
@media (min-width: 768px) {
	.dbg-size {
		color:#000;
		font-weight:bold;
		background-color:forestgreen;
		position:relative;
		width:auto;
		right:0;
		bottom:-6px;
		text-align:center;
	}
	.dbg-size:before {
	  content: "medium";
	}

	.showMobile {
		display:block;
		margin-left:2.2em;
		font-weight:bold;
	}

	/* title will be in header with hamburger menu */
	.containerTitle,
	.containerTitleAdmin {
		display: none;
	}

	.containerTitleContent {
		display: block;
		padding: 20px 4em 20px 4em;
		background-color: #eef1f2;
		font-family: "ff-tisa-web-pro", serif;
		font-size: 28px;
		line-height:34px;
		font-weight: bold;
		color: #063751;
		text-align: center;
		align-items: center;
		margin-top: 5px !important;
	}

	.containerTitleSub {
		border:0px solid red;
		display: block;
		padding: 50px 0 20px 0;
		background-color: #eef1f2;
	    font-family: "proxima-nova", sans-serif;
	    font-size: 16px;
		color: #000;
		text-align: center;
		align-items: center;

        margin-top:0px;
        padding-top:20px;
        padding-bottom:20px;
	}

	.containerTitleSubNote {
		display: block;
		background-color: #eef1f2;
	    font-family: "proxima-nova", sans-serif;
	    font-size: 12px;
		font-weight: bold;
		color: #000;
		font-style:italic;
		width: 100%;
		text-align: center;
		align-items: center;
        margin-top:-20px;
        padding-top:0px;
        padding-bottom:16px;
	}

	.hide-sm {
		display:inherit;
	}

}

/* large */
@media (min-width: 992px) {

	/*
	2022.07.06 - removed

	.header-full-X
	{
	  background-image: url(../img/HEADER_BKGRND-X.png);
	  background-size: 100% 100%;
	  height:110px;
	}

	*/
	.header-full-X
	{
	  background-size: 100% 100%;
	  height:122px;
	}

	.dbg-size {
		color:#000;
		font-weight:bold;
		background-color:orange;
		position:relative;
		width:auto;
		right:0;
		bottom:0px;
		text-align:center;
	}
	.dbg-size:before {
	  content: "large";
	}

	.showMobile {
		display:none;
	}

	.containerTitle {
		display: block;
		padding: 40px 0 30px 0;
		background-color: #eef1f2;
		font-family: "ff-tisa-web-pro", serif;
		font-size: 35px;
		font-weight: bold;
		color: #063751;
		text-align: center;
		align-items: center;
		margin-top: 74px;
		/*
		margin-top: 50px;
		*/
	}
	.containerTitleContent {
		display: block;
		padding: 40px 0 30px 0;
		background-color: #eef1f2;
		font-family: "ff-tisa-web-pro", serif;
		font-size: 35px;
		line-height:40px;
		font-weight: bold;
		color: #063751;
		text-align: center;
		align-items: center;
		margin-top: 50px !important;
		/*
		margin-top: 50px;
		*/
	}
	.containerTitleSub {
		border:0px solid red;
		display: block;
		padding: 50px 0 20px 0;
		background-color: #eef1f2;
	    font-family: "proxima-nova", sans-serif;
	    font-size: 20px;
		color: #000;
		text-align: center;
		align-items: center;

        margin-top:0px;
        padding-top:0px;
        padding-bottom:30px;
	}

	.containerTitleSubNote {
		display: block;
		background-color: #eef1f2;
	    font-family: "proxima-nova", sans-serif;
	    font-size: 12px;
		font-weight: bold;
		color: #000;
		font-style:italic;
        /*
		height: 60px;
        */
		width: 100%;
		text-align: center;
		align-items: center;
        margin-top:-20px;
        padding-top:0px;
        padding-bottom:24px;
	}

	.containerTitleAdmin {
		display: block;
		padding-top: 0.7em;
		background-color: #eef1f2;
		font-family: "ff-tisa-web-pro", serif;
		font-size: 22px;
		font-weight: bold;
		color: #063751;
		width: 100%;
		height: 44px;
		text-align: center;
		align-items: center;
		margin-top:1em;
	}

	.containerContentHeader{
		display: block;
		padding-top: 0.9em;
		background-color: #eef1f2;
		font-family: "ff-tisa-web-pro", serif;
		font-size: 20px;
		font-weight: bold;
		color: #063751;
		width: 100%;
		height: 50px;
		text-align: center;
		align-items: center;
		margin-top:1em;
	}
}

@media (min-width: 1200px) {

	/*
	2022.07.06 - removed

	.header-full-X
	{
	  background-image: url(../img/HEADER_BKGRND-X.png);
	  background-size: 100% 100%;
	  height:122px;
	}
	*/
	.header-full-X
	{
	  background-size: 100% 100%;
	  height:122px;
	}

	.dbg-size {
		color:#000;
		font-weight:bold;
		background-color:yellow;
		position:relative;
		width:auto;
		right:0;
		bottom:0px;
		text-align:center;
	}
	.dbg-size:before {
	  content: "xlarge";
	}

	.showMobile {
		display:none;
	}

	.containerTitle {
		display: block;
		background-color: #eef1f2;
		font-family: "ff-tisa-web-pro", serif;
		font-size: 42px;
		line-height:42px;
		font-weight: bold;
		color: #063751;
		width: 100%;
		height: 120px;
		vertical-align:middle;
		text-align: center;

		/* reset from large */
		margin-top:0em;
	}

	.containerTitleContent {
		display: block;
		background-color: #eef1f2;
		font-family: "ff-tisa-web-pro", serif;
		font-size: 32px;
		line-height:44px;
		font-weight: bold;
		color: #063751;
		width: 100%;
		height: 120px;
		vertical-align:middle;
		text-align: center;
		align-items: center;
		padding-top:0;
		margin-top: 0 !important;

		/* reset from large */
	}

	.containerTitleSub {
		display: block;
		background-color: #eef1f2;
	    font-family: "proxima-nova", sans-serif;
	    font-size: 20px;
		color: #000;
        /*
		height: 60px;
        */
		width: 100%;
		text-align: center;
		align-items: center;
        margin-top:-20px;
        padding-top:0px;
        padding-bottom:40px;
	}

	.containerTitleSubNote {
		display: block;
		background-color: #eef1f2;
	    font-family: "proxima-nova", sans-serif;
	    font-size: 12px;
		font-weight: bold;
		color: #000;
		font-style:italic;
        /*
		height: 60px;
        */
		width: 100%;
		text-align: center;
		align-items: center;
        margin-top:-20px;
        padding-top:0px;
        padding-bottom:40px;
	}

	.containerTitleAdmin {
		display: block;
		background-color: #eef1f2;
		font-family: "ff-tisa-web-pro", serif;
		font-weight: bold;
		color: #063751;
		width: 100%;
		font-size: 24px;
		height: 60px;
		vertical-align:middle;
		text-align: center;
		align-items: center;
		/*
		margin-top:0;
		*/
	}

	.containerContentHeader{
		/*
		old site
		padding:20px;
		*/
		display: block;
		background-color: #eef1f2;
		font-family: "ff-tisa-web-pro", serif;
		font-size: 24px;
		text-align: center;
		padding:1em;

		/*
		padding-top: 1.1em;
		font-weight: bold;
		color: #063751;
		width: 100%;
		height: 60px;
		*/
	}

}

.containerTitleLeft {
	display:block;
	padding-top:0.7em;
	background-color:#eef1f2;
	font-family: "ff-tisa-web-pro", serif;
	font-size:22px;
	font-weight:bold;
	color:#063751;
	width:100%;
	height:54px;
	text-align:left;
}


.container-relatedlinks
{
    font-size:11px;
}


.container-relatedlinks .content-box 
{
    padding-left:5px;
}

.container-relatedlinks .col-md-4
{
    margin-left:0px;

}

.container-relatedlinks .title
{
    font-size:11px;
    margin-left:20px;
    font-weight:bold;
}




@media (min-width: 1800px) {

}

/*
*/
@media (max-width: 1200px) {
	/*
	.container {
		padding-top: 0.5em;
	}
	*/
}

@media (min-width: 1000px) {
	.containerSubTitle {
		font-family: "ff-tisa-web-pro", serif;
		font-size: 26px;
		line-height:34px;
		font-weight: bold;
		color: #063751;
	}

}


.containerSearchBar {
	width: fit-content
}

.directoryTab {
	background-color: transparent !important;
}
.containerSubTitleCenter {
	line-height: 34px;
	font-weight: 600;
	color: #345b89;
	text-align: start;
	margin-left: 15px;
	margin-bottom: -3px;
}
.containerSubTitleCenter2 {
	line-height: 34px;
	font-weight: 600;
	color: #345b89;
	text-align: start;
	margin-left: 0.5em;
	margin-bottom: -3px;
}

/* maybe increase width % for Small/Medium */
.resourceMessage {
    font-family: "proxima-nova", sans-serif;
	width: 84%;
	font-size: 16px;
	text-align:center;
	color: #000;
}

.panelMessage {
	font-size: 18px;
	font-weight: 600;
}

.panelCenter {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.searchBtn {
	z-index: 100 !important;
	margin-left: -7px;
	padding-left: 25px;
	padding-right: 25px;
}

.searchInput {
	width: 250px;
}

.panelLeft {
	display: flex;
	text-align: left;
	align-items:flex-start;
	margin:0 auto;
}
.InputAlignment {
	margin: 3px 3px 0 5px;
}

.contentText {
	font-size: 16px;
}

@media (min-width: 480px) {

	.panelCenterEx {
		display: flex;
		justify-content:space-around;
		flex-flow: column wrap;
		margin:0 auto;
	}

}

@media (min-width: 768px) {
	.panelCenterEx {
		display: flex;
		justify-content:space-around;
		flex-flow: nowrap;
		margin:0 auto;
	}
}


@media (max-width: 1000px) {
	.containerSubTitle {
		font-family: "ff-tisa-web-pro", serif;
		font-size: 20px;
		line-height: 26px;
		font-weight: bold;
		color: #063751;
		text-align: center;
	}
}


.panel-news-heading,
.panel-events-heading {
  background-color: #f3f3f3;
  color: #333;
  padding:0.5em;
  vertical-align:middle;
}

.panel-news-headline,
.panel-events-headline
{
	font-family: "ff-tisa-web-pro", serif;
	font-weight: bold;
	font-size: 22px;
	line-height:26px;
	color: #063751;
}

.panel-news-body,
.panel-events-body
{
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	line-height:18px;
	color: #414042;
	margin-top:1em;
	margin-bottom:1em;
}


.panel-news-date{

}
.panel-events-date
{
}


@media (max-width: 576px) {
	.searchInput {
		width: 200px;
	}
}


.panel-news-heading,
.panel-events-heading {
  background-color: #f3f3f3;
  color: #333;
  padding:0.5em;
  vertical-align:middle;
}

.panel-news-headline,
.panel-events-headline
{
	font-family: "ff-tisa-web-pro", serif;
	font-weight: bold;
	font-size: 22px;
	line-height:26px;
	color: #063751;
}

/* > p for WYSIWYG editor content wrapping in <p> tags */
.panel-news-body,
.panel-events-body,
.panel-news-body > p
{
	font-family: "proxima-nova", sans-serif;
	font-size: 18px;
	line-height:21px;
	color: black;
	margin-top:1em;
	margin-bottom:1em;
}

.panel-kc-body,
.panel-kc-body > p
{
	font-family: "proxima-nova", sans-serif;
	font-size: 18px;
	line-height:21px;
	color: black;
	font-weight:normal;
/*	margin-left:1em;
	margin-right:1em;*/
	margin-bottom:1em;
}

.panel-content-body,
.panel-content-body > p
{
	font-family: "proxima-nova", sans-serif;
	font-size: 18px;
	line-height:21px;
	font-weight:normal;
	color: black;
	margin-left:1em;
	margin-right:1em;
	margin-bottom:1em;
}

.panel-news-date{

}
.panel-events-date
{
}



.bkgrey {
	background-color: #eef1f2;
}

.centerdInnerDiv {
	margin: 0 auto;
	display: inline-block;
	border: 0px solid blue;
}

.blueOutline {
	border: 1px solid blue;
}

.greenOutline {border: 1px solid #28A949;}

.emailLinkText {
	color: #28A949;
	font-weight:600;
}

    .emailLinkText:hover {
        color: #208d33
    }

.container-businessdirectory-header {
	margin-top: 50px;
}





/*
	.container-resources-header {
		background-color: #f4f4f5;
		padding: 20px;
		border-bottom: 1px solid #ddd;
	}

	.container-resources-header h2 {
		color: #565656;
		margin: 0px;
		padding-left: 20px;
	}

	margin:0 auto;
    display:block;

*/
.button-controls {
	margin-top: 5px;
	margin-bottom: 5px;
}

@media (min-width: 1000px) {
	.button-controls .btn {
		background-color: #28A949;
		color: #ffffff;
		font-size: 14px;
		width: auto;
		text-align: center;
		vertical-align: middle;
		border-radius: 5px !important;
		border: 2px solid #28A949;
		font-family: "proxima-nova", sans-serif !important;
	}

	.button-controls .btnBlue {
		background-color: #345b89;
		color: #ffffff;
		font-family: 'proxima-nova', sans-serif;
		font-weight:700;
		font-size: 14px;
		width: auto;
		text-align: center;
		vertical-align:middle;
		border-radius:5px !important;
		border: 2px solid #345b89;
	}

}

.button-controls .btn:hover{
	color: #28A949;
	font-weight:bold;
	background-color: #fff;
	border: 2px solid #28A949;
}

.button-controls .btnBlue:hover{
	color: #345b89;
	font-weight:bold;
	background-color: #fff;
	border: 2px solid #345b89;
}


.button-controls .btn-delete
{
	background-color:#565656;
	border: 2px solid #565656;
	border-radius: 5px !important;
	color: #FCFCFC;
	width:auto;
	margin:0.3em;
	text-align:center;
}

.button-controls .btn-delete:focus {
	border: 2px solid #565656;
	background: #FCFCFC;
	color: #565656;
}

.button-control .btn-delete:hover
{
	background:#FCFCFC;
	color:#565656;
}
/*
*/

.squish {
	margin-left: -12px !important;
	padding-left: 0 !important;
}

.tableSpaceEven {
	table-layout: fixed;
	width: 100%;
}

.emailLabel {
	font-weight: bold;
	border: 0px solid black;
	padding: 0.5em 1.0em 0.5em 1.0em;
	color: black;
	background-color:lightgreen;
	margin-left: 5px;

}

@media (max-width: 1000px) {

	.img-shrink {
		/*
		height: 50%;
		*/
		height: 70%;
	}

	.button-controls .btn {
		background-color: #28A949;
		color: #ffffff;
		width: auto;
		text-align: center;
		margin: 0 auto;
		/*
		display: block;
		*/
		border-radius: 5px !important;
		font-family: "proxima-nova", sans-serif !important;
		border: 2px solid #28A949;
	}

	.button-controls .btnBlue {
		background-color: #345b89;
		color: #ffffff;
		font-family: 'proxima-nova', sans-serif;
		font-weight:bold;
		font-size: 14px;
		width: auto;
		text-align: center;
		margin: 0 auto;
		display: block;
		margin-top:0.5em;
		border-radius:5px !important;
		border: 2px solid #345b89;
	}
}

	.absolute {
		position: absolute;
	}

	.relative {
		position: relative;
	}

	.textForButton {
		height: 32px;
		line-height: 20px;
		font-size: 16px;
		position: relative;
		top: 1px;
	}

	.image-center {
		margin: 0px auto;
		display: block;
	}

	.image-left {
		margin-left: 0px;
		display: block;
	}

	.containerBody {
		padding: 30px 20px 20px 20px;
	}

   .containerBody h2 {
	color: #32598a;
	margin: 0px;
    }

	.containerBody h5 {
		color: #32598a;
	}

	.containerBody a {
		text-decoration: none;
	}

	.containerBody p {
		-webkit-margin-after: 0px;
	}

	.containerBody .content-box {
		/*
			display:flex;
		*/
	}

	.containerBody .content-box .img-responsive {
		margin-left: auto;
		margin-right: auto;
	}

.content-box-title {
	font-family: "ff-tisa-web-pro", serif;
	color:#063751;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

@media (min-width: 480px) {
    .content-box-title-sm  {
		font-family: "ff-tisa-web-pro", serif;
		color:#063751;
		font-weight: bold;
		font-size: 1.0em;
		text-align: center;
		margin-top: 0;
    }
}

@media (min-width: 480px) {
    .content-box-title-sm  {
		font-family: "ff-tisa-web-pro", serif;
		color:#063751;
		font-weight: bold;
		font-size: 1.0em;
		text-align: center;
		margin-top: 0;
    }
}
/* medium */
@media (min-width: 768px) {
    .content-box-title-sm  {
		font-family: "ff-tisa-web-pro", serif;
		color:#063751;
		font-weight: bold;
		font-size: 1.0em;
		text-align: center;
		margin-top: 0;
    }
}
/* large */
@media (min-width: 992px) {
    .content-box-title-sm  {
		font-family: "ff-tisa-web-pro", serif;
		color:#063751;
		font-weight: bold;
		font-size: 1.2em;
		text-align: center;
		margin-top: 0;
    }
}


/* Social Media images */
.content-box-image-sm {
	height:50%;
	width:50%;
}

.carousel-indicators-custom {
	left: auto !important;
}

.carousel-indicators-li {
	height: 10px !important;
	width: 10px !important;
	border-radius: 50%;
	border: 2px solid #fff;

}

	/* Social Media images 20px */
	.roll {
		width:40px;
	}
	.roll .on {
		display: none;
	}

	.roll .off {
		display: block;
	}

	.roll:hover .on {
		display: block;
	}

	.roll:hover .off {
		display: none;
	}

	/* Carousel */
	/*
	*/
	.carousel-section {
		margin-bottom: 0px;
		overflow: hidden;
		background: none;
		width: 100%;
	}

	.carousel-razon {
		background-color: #f4f4f5;
	}

	.carousel-backgound-white {
		background-color: #ffffff;
	}

	.carousel-control {
		color: #32598a;
	}

.carousel-indicators .active {
	/* #32598a */
	background-color: #f4f4f5;
}

.carousel-indicators li {
	border: 1px solid #32598a;
}

/* Resources, general pages */
.resources-section-header {
	font-family: "ff-tisa-web-pro", serif;
	color: #063751;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}

/* Books / Staff (for buttons) */

.container-bio {
}

.container-bio .btns-books {
	/*
	position: absolute;
	bottom: 0px;
	right: 2px;
	*/
	position: absolute;
	bottom: 2px;
}


.container-dashboard {
	/*
	padding-bottom: 2em;
	margin-bottom: 2em;
	position: relative;

	display:block;
	min-height: 100% !important;
	*/
	display: block;
	position: relative;
	height: auto;
}

.container .section-heading {
	font-family: "ff-tisa-web-pro", serif;
	font-size: 24px;
	line-height:28px;
	padding-bottom:8px;
	font-weight: bold;
}

.container-dashboard .titleWrap {
	/*
	*/
	text-align: center;
	margin:0 auto;
	max-width:140px;
}

.container-dashboard .titleWrapBenefits {
	/*
	*/
	text-align: left;
	max-width:140px;
}

.container-dashboard .title {
	font-family: "ff-tisa-web-pro", serif;
	font-size: 14px;
	font-weight: bold;
	color: #063751;
	line-height: 20px;
	display: block;
}

/*
	text-align: center;
}
*/

.container-books {
	/*
	padding-bottom: 2em;
	margin-bottom: 2em;
	position: relative;

	display:block;
	min-height: 100% !important;
	*/
	display: block;
	position: relative;
	height: auto;
}

.container-books .btns-books {
		/*
	padding-top: 0px;
	position: absolute;
	*/
		text-align: center;
		bottom: 10px;
	}

.container-events {
	display: block;
	position: relative;
	height: auto;
}

.container-events .btns-events {
	text-align: center;
	bottom: 10px;
}

.container-events .title {
	text-align: center;
	margin:0 auto;
}

.container-events .eventTitle {
	padding-top:4px;
	font-family: "ff-tisa-web-pro", serif;
	font-size: 18px;
	font-weight: bold;
	color: #063751;
	display: block;
}


/*
.button-controls .btn {
	font-family: 'proxima-nova', sans-serif;
	font-weight:bold;
	font-size: 20px;
	width: auto;
	margin: 0.3em;
	text-align: center;
}
*/

.left {
	text-align: left !important;
}


.img-40-40 {
	height:32px;
	width:32px;
}

/* large */
@media (min-width: 992px) {
	.img-40-40 {
		height:40px;
		width:40px;
	}
}

.img-50-50 {
	height:50px;
	width:50px;
}
.img-60-60 {
    height:60px;
    width:60px;
}

.img-70-70 {
    height: 70px;
    width: 70px;
}

.img-90-90 {
    height:90px;
    width:90px;
}
.img-100-100 {
	height:100px;
	width:100px;
}
.img-110-110 {
	height:110px;
	width:110px;
}
.img-120-120 {
	height:120px;
	width:120px;
}
.img-130-130 {
	height:130px;
	width:130px;
}
.img-140-140 {
	height:140px;
	width:140px;
}
.img-150-150 {
	height:150px;
	width:150px;
}


.ceTitle, .container-books .title {
	/*
	*/
	text-align: center;
	margin:0 auto;
}


.ceBookTitle, .container-books .bookTitle {
	padding-top:4px;
	font-family: "ff-tisa-web-pro", serif;
	font-size: 18px;
	font-weight: bold;
	color: #063751;
	display: block;
}

.container-books .bookPrice {
	font-family: 'proxima-nova', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #345b89;
}


.book-image {
	height: 318px;
	width: 248px !important;
}


.container-books .bookDescription {
	font-family: 'proxima-nova', sans-serif;
	font-size: 16px;
	color: #414042;
	display:block;
}


.clamp {
	display: -webkit-box !important;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	width: 100%;
}




.container-books
.btns-books .small-button {
	text-align: center;
	width: auto;
	font-size: 14px;
	border-radius:5px !important;
	margin: 0 3px;
	font-weight: 700;
/*	padding: 3px 10px;
*/}

.container-bio .small-button,
.container-bio .btns-books .small-button {
	text-align: center;
	vertical-align:bottom;
	width: 70px;
	font-size: 12px;
	border-radius:5px !important;
	height:2em;
	line-height:1.6em;
	padding-bottom:0;

}

.btn-center {
	text-align: center;
}

.btn-buynow {
	color: #fff;
	background-color: #28A949;
	border:2px solid #28A949;
}

.button-buynow:focus {
	color: #fff;
	background-color: #28A949;
	border:2px solid #000;
}

.btn-buynow:hover {
	color: #28A949;
	background: #fff;
	border:2px solid #28A949;
}


.btn-itunes {
	color: #fff;
	background-color: #32598a;
	border:2px solid #32598a;
}

.btn-itunes:focus {
	color: #fff;
	background-color: #32598a;
	border:2px solid #000;
}

.btn-itunes:hover {
	color: #32598a;
	background-color: #fff;
	border:2px solid #32598a;
}


.btn-amazon {
	color: #fff;
	background-color: #444444;
	border:2px solid #444444;
}

.btn-amazon:focus {
	color: #fff;
	background-color: #444444;
	border:2px solid #fff;
}

.btn-amazon:hover {
	color: #444444;
	background-color: #fff;
	border:2px solid #444444;
}

.about-icon-title{
	font-family:'proxima-nova', sans-serif;
	font-weight:Bold;
	font-size:24px;
	color:#345b89;
}
.about-icon-text{
	font-family:'proxima-nova', sans-serif;
/*	font-weight:Bold;
*/	font-size:14px;
	color:#063751;
}

.about-mission-statement-background{
	background-image: url("../Images/About/Mission_Statement_Bkgrnd.jpg");
}

.about-mission-statement-text{
	font-family: "ff-tisa-web-pro", serif;
	font-weight:Bold;
	font-size:24px;
	line-height:3em;
	color:#fff;
}

.wrapword {
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}


/* Label & Controls */
/*
	???
label {
	font-family:'proxima-nova', sans-serif;
	font-size:1.2em;
	font-weight:bold;
	margin-left:0.5em;
*/

/* bas */
@media (min-width: 480px) {
	label {
		font-family:"proxima-nova", sans-serif;
		font-size:17px;
		color:#063751;
		margin-left: 5px;
		vertical-align: middle !important;
	}
}


@media (max-width: 768px) {

	label {
		padding-top:6px;
	}
}


@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

/*
*/
@media (max-width: 1000px) {

	.input-group-btn {
		padding-bottom:6px;
		margin:auto;
	}

}

.btn-file{
}

.btn-file input[type=button] {
	line-height: 1em;
	border: 0px solid red;
	height: 1.5em;
	margin-bottom: 0.5em;
	color: #FFF;
	background-color: #565656;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.btn-file2 input[type=file] {
	height: 1.5em;
	bottom: 1em;
	padding-bottom: 0.5em;
	line-height: 1em;
	position: relative;
	color: #FFF;
	background-color: #565656;
	padding-top: 0.25em;
}

.btn-file3 {
	height: 1.5em;
	bottom: 0.25em;
	line-height: 1em;
	position: relative;
	color: #FFF;
	background-color: #565656;
	padding-top: 0.25em;
	padding-bottom: 0.5em;
	/*
	margin-top: 0.5em;
	*/
}

.container-news .pagination td span
{
    line-height:1.4;
    padding: 6px 12px;
    border-width:1px;
    border-style:solid;
    border-color:#28A949;
    background-color:#28A949;
    color:#fff;


}

.container-news .pagination td a
{
    line-height:1.4;
    color:#28A949;
    padding: 6px 12px;
    border-width:1px;
    border-style:solid;
    border-color:rgb(221,221,221);


}

.factoid {
	background-color: #fff;
	padding: 1rem;
	border-radius: 3rem;
	box-shadow: 3px 1px 4px 3px rgba(205, 205, 205, .5);
}

a.btn {
	text-decoration: none;
}